google.golang.org/grpc/internal/idle.Manager.activeSinceLastTimerCheck (field)
6 uses
google.golang.org/grpc/internal/idle (current package)
idle.go#L49: activeSinceLastTimerCheck int32 // Boolean; True if there was an RPC since the last timer callback.
idle.go#L120: if atomic.LoadInt32(&m.activeSinceLastTimerCheck) == 1 {
idle.go#L123: atomic.StoreInt32(&m.activeSinceLastTimerCheck, 0)
idle.go#L169: if atomic.LoadInt32(&m.activeSinceLastTimerCheck) == 1 {
idle.go#L198: atomic.StoreInt32(&m.activeSinceLastTimerCheck, 1)
idle.go#L211: atomic.StoreInt32(&m.activeSinceLastTimerCheck, 1)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)